ArcFM Responder Mobile Developer Guide
IsLooped Property






Gets or sets whether the feature is involved in a loop.
Syntax
'Declaration
 
Property IsLooped As System.Boolean
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value As System.Boolean
 
instance.IsLooped = value
 
value = instance.IsLooped
System.bool IsLooped {get; set;}
read-write property IsLooped: System.Boolean; 
function get,set IsLooped : System.boolean
__property System.bool get_IsLooped();
__property void set_IsLooped( 
   System.bool value
);
property System.bool IsLooped {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true if the feature is looped; otherwise, false.
Remarks
Will modify the value of the FeederInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback